projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac00a92
)
Port to GCC 5.3.1 20160406 (Red Hat 5.3.1-6)
author
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 17 Apr 2016 02:47:33 +0000
(19:47 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 17 Apr 2016 02:49:31 +0000
(19:49 -0700)
* src/indent.c (Fvertical_motion): Pacify --enable-gcc-warnings
when using the April 6 Fedora patch to GCC.
src/indent.c
patch
|
blob
|
history
diff --git
a/src/indent.c
b/src/indent.c
index d5162e35b52307fa60b055b0f674d5d4308c9874..0ef8903501d6d43a977cddf8685f36fa3cb211db 100644
(file)
--- a/
src/indent.c
+++ b/
src/indent.c
@@
-2036,7
+2036,7
@@
whether or not it is currently displayed in some window. */)
bool disp_string_at_start_p = 0;
ptrdiff_t nlines = XINT (lines);
int vpos_init = 0;
- double start_col;
+ double start_col
IF_LINT (= 0)
;
int start_x IF_LINT (= 0);
int to_x = -1;